home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / stdapp.zip / MAIN.H < prev    next >
Text File  |  1993-03-05  |  184b  |  11 lines

  1. #ifndef INCL_MAIN
  2. #define INCL_MAIN
  3.  
  4. #define USER_RETURN_SUCCESS      0
  5. #define USER_RETURN_ERROR        1
  6. #define USER_RETURN_FAILED       1
  7.  
  8. #define  IDMU_MSG 500
  9.  
  10. #endif
  11.